home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks '96 / Sharks' Spark Hack / SparksApp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-21  |  191 b   |  15 lines  |  [TEXT/MMCC]

  1. #ifndef SPARKSAPP_H
  2. #define SPARKSAPP_H
  3.  
  4. #ifndef _APPLICATION_H
  5. #include <Application.h>
  6. #endif
  7.  
  8. class SparksApplication : public BApplication {
  9.  
  10. public:
  11.                     SparksApplication();
  12. };
  13.  
  14. #endif
  15.